home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / make.src < prev    next >
Text File  |  1998-03-23  |  661b  |  16 lines

  1. @@@STARTPACK(make;GNU Make)
  2.  
  3. <P>GNU make is a replacement for the standard development system make.
  4. It has many advantages over the standard make. Firstly, it has a much
  5. saner set of default compile rules. Secondly, it has very good conditional
  6. compilation support. Thirdly, it is much more verbose in the actions it
  7. performs, and gives the user a lot of useful information. This is a fine
  8. replacement for the standard system make, and is 100% compatible with
  9. all existing make files.</P>
  10.  
  11. @@@UW2DIST(http://www.sco.com/skunkware/uw7/devtools/)
  12. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/devtools/make/)
  13. @@@SOURCE(ftp://prep.ai.mit.edu/pub/gnu/)
  14. @@@ENDPACK
  15.  
  16.